projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3007aeb
)
build: Drop SELinux required version a bit earlier
author
Colin Walters
<walters@verbum.org>
Sun, 2 Feb 2014 16:53:22 +0000
(11:53 -0500)
committer
Colin Walters
<walters@verbum.org>
Sun, 2 Feb 2014 16:53:22 +0000
(11:53 -0500)
Apparently EPEL7 only has 2.1.13, but we should be fine with that.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 99c163035686f97f022356a9f71824a54cc5535f..542c9ff0495a3b49e58d5a8f795f7fa11de9c7be 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-140,7
+140,7
@@
if test x$with_libarchive != xno; then OSTREE_FEATURES="$OSTREE_FEATURES +libarc
AM_CONDITIONAL(USE_LIBARCHIVE, test $with_libarchive != no)
dnl This is what is in RHEL7 anyways
-SELINUX_DEPENDENCY="libselinux >= 2.
2.1
"
+SELINUX_DEPENDENCY="libselinux >= 2.
1.13
"
AC_ARG_WITH(selinux,
AS_HELP_STRING([--without-selinux], [Do not use SELinux]),